home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / cli / Extract.lha / Extract1.3 / Extract.doc < prev   
Text File  |  1997-08-26  |  3KB  |  97 lines

  1.  
  2.                        _____________________________
  3.  
  4.                             *** Extract 1.3 ***
  5.  
  6.                              by Luca Carminati
  7.                          Copyright © 1995,1996,1997
  8.                        _____________________________
  9.  
  10.  
  11.  
  12.    Introduction
  13.    ¯¯¯¯¯¯¯¯¯¯¯¯
  14.    Extract  allows you to copy part of  a source file to a destination file.
  15.    For instance it can be useful to  extract a text from a program, a  color
  16.    map  from an IFF picture, the only  numerical characters from a raw font,
  17.    and so on. If you have no idea on where the part of the file you need  is
  18.    situated,  you can seek it by using a file editor or the DOS command Type
  19.    with the H option.
  20.    The program can also be utilized to break in 2 or more parts a file  that
  21.    is too big to be copied to a single floppy disk. Later on you can rebuild
  22.    the original file by using the DOS command Join.
  23.  
  24.  
  25.    System requirements
  26.    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  27.    Any Amiga.
  28.  
  29.  
  30.    Installation
  31.    ¯¯¯¯¯¯¯¯¯¯¯¯
  32.    Copy Extract anywhere you want (I suggest the C: directory).
  33.  
  34.  
  35.    Usage
  36.    ¯¯¯¯¯
  37.    The  program  can  only  be  started  from  a  CLI/Shell  window with the
  38.    following form:
  39.  
  40.       Extract <source> <dest> <start> [<end>]
  41.  
  42.    where:
  43.  
  44.       <source> = Source file name.
  45.       <dest>   = Destination file name. It mustn't be the
  46.                  same as <source>.
  47.       <start>  = Start position: 0 <= <start> < file size.
  48.       <end>    = End position: <start> <= <end> < file size.
  49.                  It is equivalent to end-of-file if omitted.
  50.  
  51.  
  52.    Guarantee
  53.    ¯¯¯¯¯¯¯¯¯
  54.    The program  has been  tested several  times, but  its reliability is not
  55.    guaranteed at 100%. I (the author) do not consider myself responsable for
  56.    loss  or damage  of data  as consequence  of the  use of the program. Use
  57.    Extract at your own risk.
  58.  
  59.  
  60.    Copyright
  61.    ¯¯¯¯¯¯¯¯¯
  62.    The  program  is  CARDWARE,  therefore  it  is  freely  distributable  on
  63.    condition  that it is always accompanied  by this documentation. Both the
  64.    program and its  documentation must not  be modified in  any way. If  you
  65.    think  Extract is  useful, let  me know  by sending  me a  postcard or an
  66.    E-mail message.
  67.  
  68.  
  69.    Author
  70.    ¯¯¯¯¯¯
  71.       Luca Carminati
  72.       Via Fratelli Urbani, 1
  73.       24016 San Pellegrino Terme (BG)
  74.       ITALY
  75.  
  76.       E-mail: toffi@spm.it
  77.  
  78.    If you have  some suggestions or  if you find  some bugs in  the program,
  79.    contact me.
  80.  
  81.  
  82.    History
  83.    ¯¯¯¯¯¯¯
  84.    1.0 - First release.
  85.  
  86.    1.1 - Added some error messages.
  87.        - Now Extract can write files longer than 655350 bytes.
  88.  
  89.    1.2 - Changed the arguments order.
  90.        - Now the argument <end> is equivalent to end-of-file if omitted.
  91.  
  92.    1.3 - Now tabs and comments in the command line are recognized.
  93.        - Added some other error messages.
  94.        - Other minor changes.
  95.  
  96.  
  97.